public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Account and Security/Access Tokens.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to create an access token
3
1. Click your account menu in the top right.
4
2. Click **Settings**.
5
3. Open **Access**.
6
4. Open **Git access**.
7
5. Find **Expiring access token**.
8
6. Enter a recognizable **Name**, such as `Work laptop` or `CI deploy`.
9
7. Choose an expiration date if the form asks for one.
10
8. Select **Create token**.
11
9. Copy the token when NobGit shows it. You will not be able to view the full token again later.
13
Use access tokens for Git over HTTPS. When Git asks for credentials, enter your NobGit username as the username and paste the access token as the password.
15
You can revoke active tokens later from **Access** under **Git access** and **Active tokens**.
17
- [Previous: Import from GitHub](Import from GitHub.md)
19
- [Next: SSH key](How to upload an SSH key.md)